A while ago, I made a small post wondering about Levy constrained search in QMC?
That post was idle speculation, but there have been some papers published seriously exploring the idea for combining DFT and QMC.
The series of papers:
[1] Electronic Energy Functionals: Levy-Lieb principle within the Ground State Path Integral Quantum Monte Carlo (L. Delle Site, L. M. Ghiringhelli, D. Ceperley, May 2012)
[2] Levy-Lieb Principle meets Quantum Monte Carlo (L. Delle Site, Nov 2013)
[3] Levy-Lieb principle: The bridge between the electron density of Density Functional Theory and the wavefunction of Quantum Monte Carlo (L. Delle Site, Nov 2014)
And two related earlier papers:
Levy-Lieb constrained-search formulation as a minimization of the correlation functional (L. Delle Site, Apr 2007)
The design of Kinetic Functionals for Many-Body Electron Systems : Combining analytical theory with Monte Carlo sampling of electronic configurations (L. M. Ghiringhelli, L. Delle Site, Nov 2007)
(Dates are submission dates to arXiv, not publication dates)
Key issues when combining DFT and QMC:
- How to compute density functionals from a QMC calculation?
There are two ways to go about this: - Invert the samples to find a functional.
To understand this we need to know a little bit about Orbital-Free Density Functional Theory. While the foundation of Density Functional Theory is that the ground state energy is a functional of the density, in practice it is a complicated functional (particularly the kinetic energy piece). The standard approach is to reintroduce orbitals, which can accurately compute the kinetic energy but also at a cost in performance. Finding a sufficiently accurate functional without needing orbitals could greatly speed up DFT calculations. Machine learning techniques are starting to be used to compute complicated functionals (see Finding Density Functionals with Machine Learning )
This approach could yield useful, transferable functionals. - Use the QMC sampling to perform the integral over the functional (see [2]). There is no need for an explicit expression of the functional.
- How to use a given density in a QMC calculation?
In [1], the authors propose the use of Ground State Path Integrals (GSPI), with some additional thoughts on how to sample at fixed density in [2].
The reason for using GSPI is that the trial wavefunction affects efficiency, but not necessarily the final result, and the addition of a density constraint may speed up sampling. Compare with a VMC approach, where a minimization of the parameters at the fixed density would still be needed (and of course the accuracy would still be limited by the flexibility of the trial wavefunction).
The final proposal is to make the process iterative - use DFT to compute the density, use GSPI to compute new integrals over the functionals (as in 1B), use those to recompute the DFT density, etc.
It seems like an intriguing proposal, and I'm curious to see how well it would work on a realistic problem ([2] proposes a helium dimer as a good test case).